← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:34 2022

Filename(eval 219)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 18 statements in 45µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
61152µs8.84msJSON::Schema::Modern::Result::::hasJSON::Schema::Modern::Result::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Result;
2
# spent 8.84ms (52µs+8.79) within JSON::Schema::Modern::Result::has which was called 6 times, avg 1.47ms/call: # 6 times (52µs+8.79ms) by MooX::HandlesVia::has at line 31 of MooX/HandlesVia.pm, avg 1.47ms/call
sub has {
366µs for my $method (@$before) {
4615µs6775µs $method->(@_);
# spent 775µs making 6 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 129µs/call
5 }
6624µs68.01ms $$wrapped->(@_);}
# spent 8.01ms making 6 calls to Moo::has, avg 1.34ms/call
7;